Class BiomeHelper

java.lang.Object
jeresources.api.util.BiomeHelper

public class BiomeHelper extends Object
  • Constructor Summary

    Constructors
    Constructor
    Description
     
  • Method Summary

    Modifier and Type
    Method
    Description
    static List<net.minecraft.world.level.biome.Biome>
     
    static net.minecraft.world.level.biome.Biome
    getBiome(net.minecraft.resources.ResourceKey<net.minecraft.world.level.biome.Biome> key)
     
    static List<net.minecraft.world.level.biome.Biome>
    getBiomes(net.minecraft.world.level.biome.Biome.BiomeCategory category)
     

    Methods inherited from class java.lang.Object

    clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
  • Constructor Details

    • BiomeHelper

      public BiomeHelper()
  • Method Details

    • getAllBiomes

      public static List<net.minecraft.world.level.biome.Biome> getAllBiomes()
    • getBiome

      public static net.minecraft.world.level.biome.Biome getBiome(net.minecraft.resources.ResourceKey<net.minecraft.world.level.biome.Biome> key)
    • getBiomes

      public static List<net.minecraft.world.level.biome.Biome> getBiomes(net.minecraft.world.level.biome.Biome.BiomeCategory category)